home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pbcwin10.zip / PBCWIN.BI < prev    next >
Text File  |  1993-01-22  |  6KB  |  80 lines

  1. Declare Function BinI Lib "pbcwin.dll" (ByVal St$) As Integer
  2. Declare Function BinL Lib "pbcwin.dll" (ByVal St$) As Long
  3. Declare Function Bytes2Int Lib "pbcwin.dll" (ByVal Lo%, ByVal Hi%) As Integer
  4. Declare Function Checksum Lib "pbcwin.dll" (ByVal St$, ByVal Bytes%) As Integer
  5. Declare Function ComPorts Lib "pbcwin.dll" () As Integer
  6. Declare Function CRC16 Lib "pbcwin.dll" (ByVal St$, ByVal Bytes%) As Integer
  7. Declare Function DateSq Lib "pbcwin.dll" (ByVal MonthNr%, ByVal DayNr%, ByVal YearNr%) As Integer
  8. Declare Function DayUnsq Lib "pbcwin.dll" (ByVal SqueezedDate%) As Integer
  9. Declare Function Floppies Lib "pbcwin.dll" () As Integer
  10. Declare Function GetComAddr Lib "pbcwin.dll" (ByVal PortNr%) As Integer
  11. Declare Function GetPrtAddr Lib "pbcwin.dll" (ByVal PortNr%) As Integer
  12. Declare Function GetTick Lib "pbcwin.dll" () As Long
  13. Declare Function HiByte Lib "pbcwin.dll" (ByVal Nr%) As Integer
  14. Declare Function HiNybble Lib "pbcwin.dll" (ByVal Nr%) As Integer
  15. Declare Function HiWord Lib "pbcwin.dll" (ByVal Nr&) As Integer
  16. Declare Function HourUnsq Lib "pbcwin.dll" (ByVal SqueezedTime%) As Integer
  17. Declare Function Ints2Long Lib "pbcwin.dll" (ByVal Lo%, ByVal Hi%) As Long
  18. Declare Function IsAlNum Lib "pbcwin.dll" (ByVal St$) As Integer
  19. Declare Function IsAlpha Lib "pbcwin.dll" (ByVal St$) As Integer
  20. Declare Function IsASCII Lib "pbcwin.dll" (ByVal St$) As Integer
  21. Declare Function IsControl Lib "pbcwin.dll" (ByVal St$) As Integer
  22. Declare Function IsDigit Lib "pbcwin.dll" (ByVal St$) As Integer
  23. Declare Function IsLower Lib "pbcwin.dll" (ByVal St$) As Integer
  24. Declare Function IsPunct Lib "pbcwin.dll" (ByVal St$) As Integer
  25. Declare Function IsSpace Lib "pbcwin.dll" (ByVal St$) As Integer
  26. Declare Function IsUpper Lib "pbcwin.dll" (ByVal St$) As Integer
  27. Declare Function IsXDigit Lib "pbcwin.dll" (ByVal St$) As Integer
  28. Declare Function LoByte Lib "pbcwin.dll" (ByVal Nr%) As Integer
  29. Declare Function LoNybble Lib "pbcwin.dll" (ByVal Nr%) As Integer
  30. Declare Function LoWord Lib "pbcwin.dll" (ByVal Nr&) As Integer
  31. Declare Function LRotateI Lib "pbcwin.dll" (ByVal Nr%, ByVal RotateCount%) As Integer
  32. Declare Function LRotateL Lib "pbcwin.dll" (ByVal Nr&, ByVal RotateCount%) As Long
  33. Declare Function LShiftI Lib "pbcwin.dll" (ByVal Nr%, ByVal ShiftCount%) As Integer
  34. Declare Function LShiftL Lib "pbcwin.dll" (ByVal Nr&, ByVal ShiftCount%) As Long
  35. Declare Function MaxD Lib "pbcwin.dll" (ByVal Nr1#, ByVal Nr2#) As Double
  36. Declare Function MaxI Lib "pbcwin.dll" (ByVal Nr1%, ByVal Nr2%) As Integer
  37. Declare Function MaxL Lib "pbcwin.dll" (ByVal Nr1&, ByVal Nr2&) As Long
  38. Declare Function MaxS Lib "pbcwin.dll" (ByVal Nr1!, ByVal Nr2!) As Single
  39. Declare Function MinD Lib "pbcwin.dll" (ByVal Nr1#, ByVal Nr2#) As Double
  40. Declare Function MinI Lib "pbcwin.dll" (ByVal Nr1%, ByVal Nr2%) As Integer
  41. Declare Function MinL Lib "pbcwin.dll" (ByVal Nr1&, ByVal Nr2&) As Long
  42. Declare Function MinS Lib "pbcwin.dll" (ByVal Nr1!, ByVal Nr2!) As Single
  43. Declare Function MinuteUnsq Lib "pbcwin.dll" (ByVal SqueezedTime%) As Integer
  44. Declare Function MonthUnsq Lib "pbcwin.dll" (ByVal SqueezedDate%) As Integer
  45. Declare Function Nybs2Byte Lib "pbcwin.dll" (ByVal Lo%, ByVal Hi%) As Integer
  46. Declare Function Odd Lib "pbcwin.dll" (ByVal Number%) As Integer
  47. Declare Function OddL Lib "pbcwin.dll" (ByVal Number&) As Integer
  48. Declare Function PBCwinVer Lib "pbcwin.dll" () As Integer
  49. Declare Function PeekB Lib "pbcwin.dll" (ByVal Ptr&) As Integer
  50. Declare Function PeekI Lib "pbcwin.dll" (ByVal Ptr&) As Integer
  51. Declare Function PeekL Lib "pbcwin.dll" (ByVal Ptr&) As Long
  52. Declare Sub PokeB Lib "pbcwin.dll" (ByVal Ptr&, ByVal Nr%)
  53. Declare Sub PokeI Lib "pbcwin.dll" (ByVal Ptr&, ByVal Nr%)
  54. Declare Sub PokeL Lib "pbcwin.dll" (ByVal Ptr&, ByVal Nr&)
  55. Declare Function Power2I Lib "pbcwin.dll" (ByVal Nr%) As Integer
  56. Declare Function Power2L Lib "pbcwin.dll" (ByVal Nr%) As Long
  57. Declare Function PrtPorts Lib "pbcwin.dll" () As Integer
  58. Declare Sub PtrMatD Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr#)
  59. Declare Sub PtrMatI Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr%)
  60. Declare Sub PtrMatL Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr&)
  61. Declare Sub PtrMatS Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr!)
  62. Declare Function RRotateI Lib "pbcwin.dll" (ByVal Nr%, ByVal RotateCount%) As Integer
  63. Declare Function RRotateL Lib "pbcwin.dll" (ByVal Nr&, ByVal RotateCount%) As Long
  64. Declare Function RShiftI Lib "pbcwin.dll" (ByVal Nr%, ByVal ShiftCount%) As Integer
  65. Declare Function RShiftL Lib "pbcwin.dll" (ByVal Nr&, ByVal ShiftCount%) As Long
  66. Declare Function SecondUnsq Lib "pbcwin.dll" (ByVal SqueezedTime%) As Integer
  67. Declare Sub SetMatC Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr@)
  68. Declare Sub SetMatD Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr#)
  69. Declare Sub SetMatI Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr%)
  70. Declare Sub SetMatL Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr&)
  71. Declare Sub SetMatS Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr!)
  72. Declare Sub SwapC Lib "pbcwin.dll" (Nr1@, Nr2@)
  73. Declare Sub SwapD Lib "pbcwin.dll" (Nr1#, Nr2#)
  74. Declare Sub SwapI Lib "pbcwin.dll" (Nr1%, Nr2%)
  75. Declare Sub SwapL Lib "pbcwin.dll" (Nr1&, Nr2&)
  76. Declare Sub SwapS Lib "pbcwin.dll" (Nr1!, Nr2!)
  77. Declare Function TimeSq Lib "pbcwin.dll" (ByVal HourNr%, ByVal MinuteNr%, ByVal SecondNr%) As Integer
  78. Declare Function VarPtr Lib "pbcwin.dll" (Foo As Any) As Long
  79. Declare Function YearUnsq Lib "pbcwin.dll" (ByVal SqueezedDate%) As Integer
  80.